-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft.Data.Sqlite: Test on .NET Framework #26733
Conversation
test/Microsoft.Data.Sqlite.Tests/Microsoft.Data.Sqlite.Tests.csproj
Outdated
Show resolved
Hide resolved
@@ -16,7 +16,7 @@ | |||
</ItemGroup> | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.6" PrivateAssets="None" /> | |||
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.7" PrivateAssets="None" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wtgodbe Can we mirror the 2.0.7 versions of the following packages?
- SQLitePCLRaw.bundle_e_sqlcipher
- SQLitePCLRaw.bundle_e_sqlite3
- SQLitePCLRaw.bundle_sqlite3
- SQLitePCLRaw.bundle_winsqlite3
- SQLitePCLRaw.core
- SQLitePCLRaw.lib.e_sqlcipher
- SQLitePCLRaw.lib.e_sqlite3
- SQLitePCLRaw.provider.dynamic_cdecl
- SQLitePCLRaw.provider.e_sqlcipher
- SQLitePCLRaw.provider.e_sqlite3
- SQLitePCLRaw.provider.sqlite3
- SQLitePCLRaw.provider.winsqlite3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I'm not around, you can ask First Responders/dnceng to mirror packages in the future
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
No description provided.